Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointFList Class / ToPointFArray Method / ToPointFArray(IList<NPointF>) Method


In This Topic
    ToPointFArray(IList<NPointF>) Method
    In This Topic
    Creates a PointF array, which contains the points in the specified list.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ToPointFArray( _
       ByVal points As System.Collections.Generic.IList(Of NPointF) _
    ) As System.Drawing.PointF()
    'Usage
     
    
    Dim points As System.Collections.Generic.IList(Of NPointF)
    Dim value() As System.Drawing.PointF
     
    value = NPointFList.ToPointFArray(points)
    public static System.Drawing.PointF[] ToPointFArray( 
       System.Collections.Generic.IList<NPointF> points
    )

    Parameters

    points
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also